home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Virtual Physics: The Eggs of Time
/
VPHYSICS The Eggs Of Time.iso
/
pc
/
files
/
an.dir
/
00018.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-09-29
|
176 b
|
10 lines
on mouseUp
global ttime
if ttime > 0 then
puppetSound("click")
set ttime to ttime - 1
set the castNum of sprite 44 to ttime + 52
updateStage()
end if
end